home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / internet / htmled32.zip / HTMLED32.EXE / 0 / RCDATA / TDIRECTORYDIALOG / TDIRECTORYDIALOG.txt
Text File  |  1996-04-01  |  1KB  |  70 lines

  1. object DirectoryDialog: TDirectoryDialog
  2.   Left = 254
  3.   Top = 143
  4.   Width = 355
  5.   Height = 289
  6.   Caption = 'Select Directory'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = [fsBold]
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 16
  15.     Top = 8
  16.     Width = 56
  17.     Height = 13
  18.     Caption = 'Directory:'
  19.   end
  20.   object DirectoryLabel: TLabel
  21.     Left = 16
  22.     Top = 24
  23.     Width = 321
  24.     Height = 13
  25.     AutoSize = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 16
  29.     Top = 200
  30.     Width = 41
  31.     Height = 13
  32.     Caption = 'Dri&ves:'
  33.   end
  34.   object DirectoryListBox1: TDirectoryListBox
  35.     Left = 16
  36.     Top = 48
  37.     Width = 217
  38.     Height = 145
  39.     ItemHeight = 16
  40.     TabOrder = 0
  41.     OnChange = DirectoryListBox1Change
  42.   end
  43.   object Button1: TButton
  44.     Left = 248
  45.     Top = 48
  46.     Width = 89
  47.     Height = 25
  48.     Caption = 'OK'
  49.     ModalResult = 1
  50.     TabOrder = 1
  51.   end
  52.   object Button2: TButton
  53.     Left = 248
  54.     Top = 80
  55.     Width = 89
  56.     Height = 25
  57.     Caption = 'Cancel'
  58.     ModalResult = 2
  59.     TabOrder = 2
  60.   end
  61.   object DriveComboBox1: TDriveComboBox
  62.     Left = 16
  63.     Top = 216
  64.     Width = 217
  65.     Height = 19
  66.     TabOrder = 3
  67.     OnChange = DriveComboBox1Change
  68.   end
  69. end
  70.